section.view-target-product-page {
  margin-top: 15.5vw;
  padding: 1vw 10vw;
  width: 100%;
  min-height: 20vw;
  position: relative;
  justify-content: start !important;
  gap: 1vw;
}

.view-target-product-main-sec {
  padding: 1vw 0;
  width: 100%;
  min-height: 10vw;
  justify-content: space-between !important;
  align-items: start !important;
  position: relative;
}

.target-product-main-details {
  padding: 0.25vw 0;
  width: 49%;
  min-height: 20vw;
  position: relative;
  justify-content: start !important;
  gap: 1vw;
}

.target-product-main-detail-div1 {
  width: 100%;
  justify-content: space-between !important;
}

.target-product-main-detail-div1 h5 {
  font-size: 0.9vw;
  font-weight: 600;
  gap: 0.3vw;
}

.target-product-main-detail-div1 h5 span {
  color: var(--green);
}

.target-product-main-detail-div1-btns {
  gap: 0.75vw;
}

.target-product-main-detail-div2 {
  padding-bottom: 1.5vw;
  width: 100%;
  justify-content: space-between !important;
  border-bottom: 0.1vw solid #e7ebf1;
  position: relative;
}

.target-product-main-detail-div2 h2.product-title {
  width: 87%;
  font-weight: 900;
  font-size: 1.6vw;
  color: var(--dark-box-bg);
  text-align: start;
  line-height: 3vw;
}

.target-product-main-detail-div2 .product-score {
  width: 9%;
  gap: 0.35vw;
  font-weight: 500;
  font-size: 0.95vw;
}

.target-product-main-detail-div2 .product-score svg {
  width: 1.5vw;
}

.target-product-main-detail-div3 {
  width: 100%;
  justify-content: start !important;
  gap: 0.75vw;
}

.target-product-main-detail-div3 .manufacturer-label {
  padding: 0.75vw 1vw;
  background-color: #f8fafc;
  border-radius: 0.9vw;
  color: var(--dark-box-bg);
  font-size: 0.9vw;
  font-weight: 600;
  gap: 0.25vw;
}

.target-product-main-detail-div3 .manufacturer-label span {
  color: var(--red);
}

.target-product-main-detail-div4 {
  padding: 0.5vw 0;
  width: 100%;
  align-items: start !important;
  gap: 0.5vw;
}

.target-product-main-detail-div4 h4 {
  font-size: 1vw;
  font-weight: bold;
  color: var(--dark-box-bg);
}

.target-product-main-detail-div4 ul {
  width: 100%;
  justify-content: start !important;
  gap: 0.5vw;
  position: relative;
}

.target-product-main-detail-div4 ul li {
  width: 2.2vw;
  height: 2.2vw;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.target-product-main-detail-div4 ul li.active {
  border: 0.1vw solid;
}

.target-product-main-detail-div4 ul li span {
  width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
}

.target-product-main-detail-div4-5 {
  padding: 0.5vw 0;
  width: 100%;
  align-items: start !important;
  gap: 0.5vw;
}

.target-product-main-detail-div4-5 h4 {
  font-size: 1vw;
  font-weight: bold;
  color: var(--dark-box-bg);
}

.target-product-main-detail-div4-5 select {
  padding: 0.5vw 1vw;
  width: 6vw;
  border-radius: 0.7vw;
  border: 0.1vw solid rgba(192, 192, 192, 0.5);
  box-shadow: 0 0 0.4vw rgba(0, 0, 0, 0.1);
  font-family: IRANSansX, sans-serif;
  font-size: 0.95vw;
  font-weight: 600;
  outline: none !important;
  cursor: pointer;
  transition: all 0.25s;
}

.target-product-main-detail-div4-5 select:hover {
  border: 0.1vw solid rgba(34, 128, 86, 0.5);
  box-shadow: 0 0 0.4vw rgba(13, 98, 55, 0.5);
}

.target-product-main-detail-div4-5 select option {
  padding: 1vw !important;
  font-family: IRANSansX, sans-serif;
  font-size: 0.95vw;
  font-weight: normal;
  cursor: pointer;
}

.target-product-main-detail-div5 {
  padding: 1vw 0;
  width: 100%;
  justify-content: space-between !important;
  align-items: start !important;
  gap: 1.25vw;
  position: relative;
}

.target-product-main-detail-div5 > div {
  width: 48%;
  min-height: 8vw;
  position: relative;
  gap: 1vw;
}

.target-product-main-detail-div5-right-side {
  justify-content: start !important;
  align-items: start !important;
  position: relative;
}

.target-product-main-detail-div5-right-side h3 {
  font-size: 1vw;
  font-weight: bold;
  gap: 0.5vw;
}

.target-product-main-detail-div5-right-side h3 a {
  padding: 0.4vw 0.5vw;
  gap: 0.25vw;
  font-weight: 300;
  font-size: 0.8vw;
  color: var(--green2);
  background-color: var(--lightest-green);
  transition: all 0.25s;
}

.target-product-main-detail-div5-right-side h3 a:hover {
  color: var(--red);
  background-color: rgba(53, 2, 23, 0.07);
}

.target-product-main-detail-div5-right-side ul {
  width: 100%;
  position: relative;
  justify-content: start !important;
  align-items: start !important;
  gap: 0.5vw;
}

.target-product-main-detail-div5-right-side ul li {
  width: 100%;
  position: relative;
  gap: 0.4vw;
  font-size: 0.95vw;
  font-weight: 500;
  justify-content: start !important;
}

.target-product-main-detail-div5-right-side ul li span {
  color: #b7bfc5;
}

.target-product-main-detail-div5-left-side {
  justify-content: end !important;
  align-items: end !important;
  transform: translateY(-1vw);
  gap: 0.8vw !important;
}

.target-product-main-detail-div5-left-side .target-product-discount {
  gap: 0.75vw;
}

.target-product-main-detail-div5-left-side
  .target-product-discount
  .discount-label {
  width: 2.6vw;
  position: relative;
}

.target-product-main-detail-div5-left-side
  .target-product-discount
  .discount-label
  svg {
  position: relative;
  z-index: 1;
  width: 100%;
  fill: var(--green);
}

.target-product-main-detail-div5-left-side
  .target-product-discount
  .discount-label
  span {
  position: absolute;
  z-index: 3;
  color: var(--light-bg);
  font-size: 0.95vw;
  font-weight: 500;
  transform: translateY(-0.15vw);
}

.target-product-main-detail-div5-left-side .target-product-discount s {
  color: #b7bfc5;
  font-size: 1.4vw;
  font-weight: normal;
}

.target-product-main-detail-div5-left-side .target-product-price {
  padding-left: 0.2vw;
  font-size: 1.7vw;
  font-weight: 600;
  color: var(--dark-box-bg);
  gap: 0.5vw;
}

.target-product-main-detail-div5-left-side .target-product-price span.toman {
  width: 1.6vw !important;
  height: 1.6vw !important;
}

.target-product-main-detail-div5-left-side .add-to-cart.btn {
  padding: 1.15vw;
  min-width: 13vw;
  height: 3.5vw;
  background-color: var(--green);
  transition: all 0.25s ease-in-out;
  font-size: 0.95vw;
  font-weight: 600;
  color: var(--light-bg);
  border-radius: 0.8vw !important;
}

.target-product-main-detail-div5-left-side .add-to-cart.btn:hover {
  filter: brightness(1.25);
  color: var(--light-green2);
}

.target-product-main-detail-div5-left-side .add-to-cart.btn i {
  color: var(--light-bg) !important;
  font-size: 1.5vw;
}

.target-product-main-detail-extra-message {
  padding-top: 1vw;
  width: 100%;
  align-items: start !important;
  gap: 0.5vw;
  color: #b7bfc5;
  border-top: 0.1vw solid #e7ebf1;
  transform: translateY(-0.5vw);
}

.target-product-main-detail-extra-message i {
  font-size: 1.5vw;
  margin-top: 0.5vw;
}

.target-product-main-detail-extra-message p {
  font-weight: 300;
  font-size: 0.95vw;
  line-height: 2vw;
}

.target-product-extra-details-sec {
  width: 100%;
  min-height: 20vw;
  border: 0.125vw solid #eaeef5;
  border-radius: 0.9vw;
  position: relative;
  gap: 1vw;
  justify-content: start !important;
  align-self: start !important;
}

ul.target-product-extra-details-sec-tabs {
  padding: 0 0.25vw;
  width: 100%;
  justify-content: start !important;
  position: relative;
  border-bottom: 0.1vw solid #eaeef5;
}

ul.target-product-extra-details-sec-tabs li {
  margin: 1.5vw 0;
  padding: 0.25vw 1vw;
  position: relative;
  transition: all 0.25s ease-in-out;
  font-weight: 600;
  font-size: 0.95vw;
  color: #b7bfc5;
}

ul.target-product-extra-details-sec-tabs li a {
  gap: 0.5vw;
  position: relative;
  transition: all 0.25s ease-in-out;
  font-weight: 600;
  font-size: 0.95vw;
  color: #b7bfc5;
}

ul.target-product-extra-details-sec-tabs li.active a {
  color: var(--red);
}

ul.target-product-extra-details-sec-tabs li.active::before {
  content: "";
  width: 6.5vw;
  height: 0.25vw;
  border-radius: 0.2vw;
  background-color: var(--red);
  position: absolute;
  bottom: -1.67vw;
}

ul.target-product-extra-details-sec-tabs li:hover {
  color: var(--red);
}

ul.target-product-extra-details-sec-tabs li:hover a {
  color: var(--red);
}

ul.target-product-extra-details-sec-tabs li:not(:last-child) {
  border-left: 0.12vw solid #eaeef5;
}

ul.target-product-extra-details-sec-tabs li svg {
  width: 1.5vw;
}

ul.target-product-extra-details-sec-tabs li svg path {
  transition: all 0.25s ease-in-out;
  fill: #b7bfc5;
}

ul.target-product-extra-details-sec-tabs li.active svg path {
  fill: var(--red);
}

ul.target-product-extra-details-sec-tabs li:hover svg path {
  fill: var(--red);
}

.target-product-explanations-div {
  padding: 1.6vw;
  width: 100%;
  gap: 1.5vw;
  justify-content: start !important;
  align-items: start !important;
  position: relative;
  min-height: 5vw;
}

.target-product-explanations-div span#explanations {
  position: absolute;
  top: -5vw;
}

.target-product-explanations-div h2 {
  color: var(--green);
  font-size: 1.4vw;
  font-weight: bold;
  text-align: start;
  font-family: Kalameh, sans-serif;
}

.target-product-explanations-div p {
  color: var(--dark-font);
  font-size: 1vw;
  font-weight: normal;
  line-height: 2vw;
  text-align: justify;
}

.target-product-details-table-div {
  padding: 1.6vw;
  width: 100%;
  min-height: 10vw;
  gap: 1.5vw;
  justify-content: start !important;
  align-items: start !important;
  position: relative;
}

.target-product-details-table-div span#details-table {
  position: absolute;
  top: -5vw;
}

.target-product-details-table-div h2 {
  color: var(--green);
  font-size: 1.4vw;
  font-weight: bold;
  text-align: start;
  font-family: Kalameh, sans-serif;
}

.target-product-details-table {
  margin: 1vw 0;
  padding: 0.7vw;
  width: 100%;
  min-height: 5vw;
  border-radius: 0.9vw;
  background-color: #f8fafc;
  position: relative;
  gap: 0.6vw;
  justify-content: space-between !important;
}

.target-product-details-table > div {
  background-color: var(--light-bg);
  font-size: 0.95vw;
  min-height: 5vw;
  position: relative;
}

.target-product-details-table-right-div {
  width: 25%;
  font-weight: 600;
  border-radius: 0 0.85vw 0.85vw 0;
}

.target-product-details-table-left-div {
  width: 75%;
  font-weight: normal;
  border-radius: 0.85vw 0 0 0.85vw;
}

.target-product-details-table > div ul {
  padding: 0.25vw 0;
  width: 100%;
  justify-content: start !important;
  align-items: start !important;
  position: relative;
}

.target-product-details-table > div ul li {
  padding: 0.8vw 2vw;
  height: 3.15vw;
  gap: 0.7vw;
}

.target-product-details-table > div ul li svg {
  width: 1.75vw;
}

.target-product-feedbacks-container {
  padding: 1.6vw;
  width: 100%;
  min-height: 10vw;
  gap: 1vw;
  justify-content: start !important;
  align-items: start !important;
  position: relative;
}

.target-product-feedbacks-container span#comments {
  position: absolute;
  top: -5vw;
}

.target-product-feedbacks-container > h2 {
  width: 100%;
  color: var(--green);
  font-family: Kalameh, sans-serif;
  font-size: 1.4vw;
  font-weight: bold;
  text-align: start;
}

.target-product-feedbacks {
  width: 100%;
  justify-content: space-between !important;
  align-items: start !important;
  position: relative;
}

.target-product-comments-division {
  width: 65%;
  position: relative;
}
.target-product-comments-division {
  width: 100%;
  justify-content: space-between !important;
  align-items: start !important;
  position: relative;
  gap: 1.9vw;
}

@media (max-width: 450px) {
  .target-product-feedbacks-container > h2 {
    width: 100%;
    color: var(--green);
    font-family: Kalameh, sans-serif;
    font-size: 2.9vw;
    font-weight: bold;
    text-align: start;
  }
  section.comments > h2::before {
    content: "";
    width: 0.47vw !important;
    height: 4vw !important;
    border-radius: 2vw !important;
    position: absolute;
    right: 0;
    background-color: var(--green);
  }
  section.comments > h2 {
    font-size: 2.7vw !important;
    color: var(--dark-font);
  }
  ul.target-product-extra-details-sec-tabs {
    display: none;
  }
  .target-product-explanations-div {
    display: none;
  }
  .target-product-details-table-div {
    display: none;
  }
  .view-target-product-page {
    margin-top: 36vw !important;
  }
  .view-target-product-main-sec {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
  }
  .product-gallery-container {
    width: 100% !important;
    min-height: 24vw;
    position: relative;
    transform: translateX(0.75vw);
  }
  .target-product-main-details {
    padding: 0.25vw 0;
    width: 100% !important;
    min-height: 20vw;
    position: relative;
    justify-content: start !important;
    gap: 4vw;
    margin-top: 4vw !important;
  }
  .target-product-main-detail-div1 h5 {
    font-size: 2.3vw;
    font-weight: 600;
    gap: 0.3vw;
  }
  .target-product-main-detail-div2 h2.product-title {
    width: 87%;
    font-weight: 900;
    font-size: 3vw;
    color: var(--dark-box-bg);
    text-align: start;
    line-height: 3vw;
  }
  button.add-to-wishlist svg {
    width: 4.7vw !important;
    pointer-events: none;
  }
  button.share-product svg {
    width: 4.7vw !important;
    pointer-events: none;
  }

  button.share-product {
    width: 4.8vw !important;

    padding: 0;

    border-radius: 0.75vw;

    background: transparent;

    color: #94a3b8;

    font-weight: 500;

    font-size: 0.95vw;

    justify-content: center !important;

    transition: all 0.25s ease-in-out;
  }
  .target-product-main-detail-div1 {
    width: 100%;
    justify-content: space-between !important;
    margin-bottom: 2vw;
  }

  .target-product-main-detail-div2 .product-score {
    width: 12%;
    gap: 0.35vw;
    font-weight: 500;
    font-size: 2.65vw;
  }
  .target-product-main-detail-div2 .product-score svg {
    width: 3.9vw;
  }
  .target-product-main-detail-div3 .manufacturer-label {
    padding: 1.45vw 1.5vw;
    background-color: #f8fafc;
    border-radius: 1.8vw;
    color: var(--dark-box-bg);
    font-size: 2.99vw;
    font-weight: 600;
    gap: 0.95vw;
    margin-top: 2vw;
  }
  .target-product-main-detail-div3 {
    width: 100%;
    justify-content: space-between !important;
  }
  .target-product-main-detail-div4 h4 {
    font-size: 2.99vw;
    font-weight: bold;
    color: var(--dark-box-bg);
    margin-bottom: 2vw;
  }
  .target-product-main-detail-div4 ul li {
    width: 6.7vw;
    height: 6.7vw;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
  }
  .target-product-main-detail-div4 ul {
    width: 100%;
    justify-content: start !important;
    gap: 1vw;
    position: relative;
  }
  .target-product-main-detail-div4-5 h4 {
    font-size: 2.99vw;
    font-weight: bold;
    color: var(--dark-box-bg);
  }
  .target-product-main-detail-div4-5 select {
    padding: 0.5vw 1vw;
    width: 19.9vw;
    border-radius: 1.7vw;
    height: 6vw;
    border: 0.1vw solid rgba(180, 180, 180, 0.5);
    box-shadow: 0 0 1.2vw rgba(0, 0, 0, 0.1);
    font-family: IRANSansX, sans-serif;
    font-size: 3vw;
    font-weight: 600;
    outline: none !important;
    cursor: pointer;
    transition: all 0.25s;
    background-color: transparent;
  }
  .target-product-main-detail-div4-5 select option {
    padding: 0.5vw !important;
    font-family: IRANSansX, sans-serif;
    font-size: 2.95vw !important;
    font-weight: normal;
    cursor: pointer;
  }
  .target-product-main-detail-div5-right-side h3 {
    font-size: 2.9vw;
    font-weight: bold;
    width: 100%;
    white-space: nowrap;
    gap: 0.5vw;
  }
  .target-product-main-detail-div5 > div {
    width: 100%;
    min-height: 8vw;
    position: relative;
    gap: 2.5vw !important;
  }
  .target-product-main-detail-div5-right-side h3 a {
    padding: 1.4vw 1.5vw;
    gap: 0.95vw;
    font-weight: 300;
    border-radius: 1.9vw;
    font-size: 2.8vw;
    color: var(--green2);
    background-color: var(--lightest-green);
    transition: all 0.25s;
  }
  .target-product-main-detail-div5-left-side
    .target-product-discount
    .discount-label {
    width: 9.6vw;
    position: relative;
  }
  .target-product-main-detail-div5-left-side
    .target-product-discount
    .discount-label
    span {
    position: absolute;
    z-index: 3;
    color: var(--light-bg);
    font-size: 3vw;
    font-weight: 500;
    transform: translateY(-0.15vw);
  }
  .target-product-main-detail-div5-left-side .target-product-discount s {
    font-size: 2.7vw;
  }
  .target-product-main-detail-div5-right-side ul {
    gap: 4.5vw;
  }

  .target-product-main-detail-div5-right-side ul li {
    width: 100%;
    font-size: 2.95vw;
  }
  .target-product-main-detail-div5-left-side .target-product-price {
    font-size: 4.2vw;
    margin-top: 3vw;
  }
  .target-product-main-detail-div5-left-side .add-to-cart.btn {
    padding: 2.25vw;
    min-width: 22vw;
    height: 9.5vw;
    white-space: nowrap;
    background-color: var(--green);
    transition: all 0.25s ease-in-out;
    font-size: 3.25vw;
    font-weight: 600;
    color: var(--light-bg);
    border-radius: 2.5vw !important;
    margin-top: 3vw;
  }
  .target-product-main-detail-extra-message p {
    font-weight: 300;
    font-size: 2.34vw;
    line-height: 4vw;
  }
  .target-product-main-detail-extra-message i {
    font-size: 3.6vw;
    margin-top: 0.5vw;
  }
  .target-product-comments-division {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse !important;
  }
  .target-product-feedbacks {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
  }
  .target-product-comments-division {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse !important;
    width: 100%;
  }
  .target-product-main-detail-div5-left-side .target-product-price svg {
    width: 5vw;
    height: 4vw;
  }
  .target-product-main-detail-div5-left-side .target-product-price span.toman {
    width: 6.6vw !important;
    height: 6.6vw !important;
  }
}
